projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55b3732
)
Fix typo.
author
Steven Hand
<steven@xensource.com>
Fri, 1 Sep 2006 11:16:21 +0000
(12:16 +0100)
committer
Steven Hand
<steven@xensource.com>
Fri, 1 Sep 2006 11:16:21 +0000
(12:16 +0100)
With this patch, a checked build of Windows Server 2003 can be installed
and run on top of a VMX domain.
Signed-off-by: Eddie Dong <eddie.dong@intel.com>
Signed-off-by: Qing He <qing.he@intel.com>
xen/arch/x86/hvm/vmx/vmx.c
patch
|
blob
|
history
diff --git
a/xen/arch/x86/hvm/vmx/vmx.c
b/xen/arch/x86/hvm/vmx/vmx.c
index b5990d91e3b0147d518214c1ec4c705a5bba5f7a..a1e562e929f8f6072f1566ececced314af26be76 100644
(file)
--- a/
xen/arch/x86/hvm/vmx/vmx.c
+++ b/
xen/arch/x86/hvm/vmx/vmx.c
@@
-1903,7
+1903,7
@@
static inline void vmx_do_msr_read(struct cpu_user_regs *regs)
}
rdmsr_safe(regs->ecx, regs->eax, regs->edx);
-
break
;
+
return
;
}
regs->eax = msr_content & 0xFFFFFFFF;